/*重置*/
*{ margin:0; padding: 0; }
body{ margin:0; font-family:"微软雅黑";}
a{ text-decoration:none;}
a:hover{ text-decoration:underline; text-undeline-color:#7d0000; }

.hov{
 background: red;
}
img{ border:none;}
.clear{clear: both;}
/*头部*/
.header-bj{
	width: 100%;
	height: 40px;
	background: #f5f5f5;
}
.header{
	width: 1300px;
	height: 40px;
	margin: 0 auto;
}
.header p{
	font-size:16px ;
	color: #838383;
	line-height: 40px;
}
/*头部导航*/
.top{
	height: 53px;
	background: #004097;
}
.topj{
	width: 1200px;
	margin: 0 auto;
	height: 120px;
}
.topj>ul>li{
	float: left;
	height: 120px;
	line-height: 120px;
	width: 300px;
}

.name{
	float: left;
	padding-top: 5px;
	margin:13px 0 0 20px;
}
.top img{
	width: 192px;
	height: 53px;
	float: left;
	padding-top:9px;
}
.name ul li{
	list-style: none;
	color: #666666;
}
.name ul li:first-child{
	font-size:25px ;
	font-weight: bold;
}
.name ul li:last-child{
	font-family: arial;
}
.nav{
	width: 1300px;
	margin: 0 auto;
	height: 53px;
	line-height: 53px;
}
.nav>ul>li{
	list-style: none;
	float: left;
	width: 14%;
	font-size: 18px;
	font-family: "微软雅黑";
	position: relative;
	overflow:hidden;
	text-align: center;
}
.nav>ul>li>a{
	text-decoration: none;
	color: #ffffff;
}

.erji-nav{
	width: 148px;
	position: absolute;
	left: 20px;
	z-index: 9;
    opacity:0;
	transition:all 0.5s linear;
}
.nav>ul>li:hover .erji-nav{
    height: 180px;
    opacity: 0.9;	
}
.nav>ul>li:hover{
	overflow:visible;
}
.nav>ul>li>a>span{    /*+号 */
	color: #077a3a;
	font-weight: bold;
}
/*二级导航*/
.erji-nav>ul>li{
	background: #07468a;
    margin-bottom: 5px;
}
.erji-nav>ul>li>ul>li{
	list-style: none;
	font-size:14px ;
	margin-bottom: -4px;
}
.erji-nav>ul>li>ul>li>a{
	text-decoration: none;
	color: white;
}
.erji-nav>ul>li>ul>li:first-child>a{
	color: #fff;
}
.erji-nav>ul>li>ul>li:first-child{

}
/*轮播*/
#box {
            position: relative;
            width: 100%;   /*设置装图片的盒子大小*/
            height: 550px;
            background: #fff;
            border-radius: 5px;
            margin: 0 auto;
}
#box .list {          /*图片的父级*/
            position: relative;
            width: 100%;
            height: 550px;
            overflow: hidden;
            margin: 0 auto;
}
#box .list li{          /*所有图片叠在一起*/
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 550px;
            opacity: 0;
            transition: opacity 1.5s linear     /*给图片设置动画*/
}
#box .list li>#img_span1{
	position: absolute;
	top: 20px;
	left: 400px;
	width: 300px;
	height: 200px;
	color: white;
	
}
#box .list li>#img_span1>#sp1{
	font-size:53px ;
	font-family: "楷体";
	
}
#box .list li>#img_span1>#sp2{
	font-size:30px ;
	font-family: "楷体";
}
#box .list li.current {
            opacity: 1;
}
#box .count {
            position: absolute;
            left: 45%;
            bottom: 4%;
}
#box .count li {
            color: #fff;
            float: left;
            width: 40px;
            height: 10px;
            cursor: pointer;
            margin-right: 5px;
            overflow: hidden;
             background: white;         
            text-align: center;
            list-style: none;
            font-size:12px ;
}
#box .count li.current {
            color:white;	
            font-weight: 700;           
            background: darkgray; 
}
/*热门产品*/
.hotcp-bj{
	width: 100%;
	height: 528px;
	position: relative;
}
.hotcp-bj>img{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -2;
	background-size:cover ;
}
.hotcp{
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
}
.title{
	width: 1200px;
	height: 48px;
	margin: 0 auto;
	background: #ffffff;
}
.title>ul>li{
	float: left;
	width: 600px;
}
.title>p{
	text-align: center;
	padding-bottom: 10px;
	color: #349140;
}
.title>p:first-child{
	font-size: 20px;
}
.title>p:first-child>span:first-child{
	font-size: 30px;	
	font-weight: bold;
}
.title>p:last-child{
	font-size: 14px;
}

.hotcp>ul{
	list-style: none;
	text-align: center;
	margin-top: 40px;
}
.hotcp>ul>li{
	width: 200px;
	float: left;
	overflow: hidden;
}
.hotcp>ul>li:last-child{
	float: right;
}
.hotcp>ul>li>ul>li img{
	transition: all 0.8s linear;	
}
.hotcp>ul>li>ul>li:hover img{		 
	transform: scale(1.4)	
}
.hotcp>ul>li:hover>ul>li:first-child{    
	border-left: 2px solid #349140; 
	border-right: 2px solid #349140;
	border-top: 2px solid #349140; 
}
.hotcp>ul>li>ul>li:first-child{
	border-left: 2px solid darkgray; 
	border-right: 2px solid darkgray;
	border-top: 2px solid darkgray; 
}
.hotcp>ul>li:hover>ul>li:nth-child(2){
	border-left: 2px solid #349140; 
	border-right: 2px solid #349140;	
}
.hotcp>ul>li>ul>li{
	list-style: none;
	overflow: hidden;
}
.hotcp>ul>li:nth-child(2){
	margin:0 125px ;
}
.hotcp>ul>li>ul>li:first-child>p:first-child{    /*产品名称*/
	text-align: center;
	padding: 10px 0;
	background: #ebebeb;
	font-size:20px ;
	font-weight: bold;
}
.hotcp>ul>li>ul>li:first-child>p:last-child{
	text-align: center;
	padding: 5px 0 15px;
	background: #ebebeb;
	font-size:14px ;
	color: gray;
}
.hotcp>ul>li>ul>li:nth-child(2){
	border-left: 2px solid darkgray; 
	border-right: 2px solid darkgray;
	height: 200px;
	padding-top: 5px;
}
.hotcp>ul>li>ul>li:nth-child(3){
	padding: 8px 0;
	background: #349140;
	border-left: 2px solid #349140; 
	border-right: 2px solid #349140; 
}
.hotcp>ul>li>ul>li:nth-child(3)>a{
	text-decoration: none;
	font-size: 14px;
	color: white;
}
.hotcp>ul>li>ul>li:nth-child(3)>a:hover{
	color: #f7d414;
}
/*应用领域--工程案例*/
.yyly-bj{
	width: 100%;
	height: 812px;
	margin-top: 50px;
}
.yyly{
	width: 1200px;
	height: 600px;
	margin: 0 auto;
}
.yy-list{
	margin-top: 30px;
}
.yy-list li{
	width:356px;
	height: 266px;
	list-style: none;
	float: left;
	margin-bottom: 30px;
	margin: 40px 3px 0 10px;
	text-align: center;
	border: 1px solid;
	padding-top: 22px;
}
.yy-list li img{
	width:280px;
	height: 210px;
}

.yy-list .fdi{
	width:356px;
	background-color: #fff;
	margin-top: -3px;
	color: #333333;
	font-size: 20px;
	margin-top: 7px;
}
.yy-list .bb{
	float: right;
	
}
.yy-list .aa{
	margin-right: 75px;
}

.gyu{
	width: 1200px;
	margin: 100px auto;
	height: 340px;
}
.gyu>ul>li{
	float: left;
	width: 600px;
}
.fft{
	background: #e6e6e6;
	height: 58px;
}
.fftt{
	width: 1200px;
	margin: 0 auto;
	height: 58px;
}
.fftt>ul>li{
	float: left;
	width: 14%;
	line-height: 58px;
}
.fftt>ul>li>a{
	color: #2e61a7;
	text-decoration: none;
	font-weight: bold;
}
/*阴影背景--公司介绍*/
.yiying-bj{
	width: 100%;
	height: 650px;
}
.title-about{
	width: 1200px;
	height: 50px;
	margin: 0 auto;
	padding-top: 60px;
}
.title-about>p{	
	padding-bottom: 10px;
}
.title-about>p:first-child{
color: #39e04e;
	font-size: 20px;
	text-align: center;
}
.title-about>p:first-child>span:first-child{
	font-size: 30px;
	color: #39e04e;
	font-weight: bold;
}
.title-about>p:last-child{
	display: inline-block;
	width: 1000px;
	height: 100px;
	margin: 10px 0 0 100px;
	font-size: 16px;
	line-height: 25px;
	text-indent: 2em;
	letter-spacing:1px;
}
/*新闻中心*/
.news-bj{
	width: 100%;
	
	background: #f0f0f2;
	margin-top: 102px;
}
.news{
	width: 1200px;
	height: 420px;
	margin: 0 auto;
}
.news-list{
	width: 1200px;
	margin-top: 80px;
	
}
.news-left{   /*新闻左边--龙桥动态*/
    width: 674px;
   
    float: left;
}
.news-left>p{
	font-size: 20px;
	font-weight: bold;
	color:#32b042 ;
}
.news-left>ul{
}
.news-left>ul>li{
	list-style: none;
	margin-bottom: 10px;
	
}
.news-left>ul>li>ul>li{
	list-style: none;
	float: left;
	margin-right: 30px;
}

.news-left>ul>li>ul>li:nth-child(1)>p:first-child{  
	
}
.news-left>ul>li>ul>li:nth-child(1)>p:last-child{  
	color: #5d605e;
}
.news-left>ul>li>ul>li:nth-child(2){  /*新闻文字*/
	
}
.news-left>ul>li>ul>li:nth-child(2)>p{  /*新闻文字*/
	
}
.news-left>ul>li>ul>li:nth-child(2)>p:nth-child(1){
	font-size: 24px;
	font-weight: bold;
}
.news-left>ul>li>ul>li:nth-child(2)>p:nth-child(1)>a{
	text-decoration: none;
	color: black;
}
.news-left>ul>li>ul>li:nth-child(2)>p:nth-child(2){
	
}
.news-left>ul>li>ul>li:nth-child(2)>p:nth-child(2)>a{
	text-decoration: none;
	color:#5d605e ;
}
.news-left>ul>li>ul>li:nth-child(2)>p>a:hover{
	color:#32b042 ;
}
.news-right{   /*新闻右边--行业资讯*/
    width: 454px;
    margin-left: 71px;
    float: left;
}
.news-right>p{
	font-size: 20px;
	font-weight: bold;
	color:#32b042 ;
}
.news-right>ul{
	margin-top: 20px;
}
.news-right>ul>li{
	list-style: none;
	margin-bottom: 10px;
	
}
.news-right>ul>li>ul>li{
	list-style: none;
	float: left;
	margin-right: 30px;
}
.news-right>ul>li>ul>li:nth-child(1){/*日期内容*/
	
}
.news-right>ul>li>ul>li:nth-child(1)>p:first-child{  
	font-size: 16px;
	color: #5d605e;	
}
.news-right>ul>li>ul>li:nth-child(1)>p:last-child{  
	color: #5d605e;
}
.news-right>ul>li>ul>li:nth-child(2){  /*新闻文字*/
	 width: 400px;
}
.news-right>ul>li>ul>li:nth-child(2)>p{  /*新闻文字*/
	margin-bottom: 5px;
}
.news-right>ul>li>ul>li:nth-child(2)>p:nth-child(1){
	font-size: 20px;
	font-weight: bold;
}
.news-right>ul>li>ul>li:nth-child(2)>p:nth-child(2){
	font-size: 12px;

	line-height: 18px;
}
.news-right>ul>li>ul>li:nth-child(2)>p:nth-child(1)>a{
	text-decoration: none;
	color: black;
}
.news-right>ul>li>ul>li:nth-child(2)>p:nth-child(2)>a{
	text-decoration: none;
	color:#5d605e ;
}
.news-right>ul>li>ul>li:nth-child(2)>p>a:hover{
	color:#32b042 ;
}
/*产品滚动*/
.cpgd-bj{
	width: 100%;
	height: 632px;
}
.cpgd{
	width: 1400px;
	height: 400px;
	margin: 0 auto;
}
.cpgd-list{
	padding-left: 10%;
}
.cpgd-list>li{
	list-style: none;
	float: left;
}
.cpgd-list>li>a{
	text-decoration: none;
	font-size: 14px;
	color: #282828;
}
.cpgd-list>li>a:hover{
	color: #32b042;
}
.gongc{
	width: 1100px;
	margin: 10px auto;
	height: 50px;
}
.gongc>ul>li{
	float: right;
	width: 14%;
	line-height: 50px;
	text-align: center;
	color: #333333;
	font-size: 18px;
}
/*无缝滚动*/
ul{list-style-type:none;}

/* 水平滚动
------------------------------ */
.scroll_horizontal{position:relative;height:250px;margin-top:20px;line-height:20px;background:;margin-top: 40px;}
.scroll_horizontal .box{overflow:hidden;position:relative;height:250px;margin: 0 auto;}
.scroll_horizontal .list{overflow:hidden;width:9999px;}
.scroll_horizontal .list li{float:left;width:250px;text-align:center;}
.scroll_horizontal .list li img{width: 245px;height: 200px;}
.scroll_horizontal .list li p{display: inline-block;width:245px;height: 40px; color: #595959;padding: 10px 0;font-size:14px;background: #f0f0f2;font-weight: bold;}
.scroll_horizontal .plus,
.scroll_horizontal .minus{position:absolute;top:75px;width:40px;height:40px;cursor:pointer;}
.scroll_horizontal .plus{left:-74px;background: url(../img/left.jpg) no-repeat; background-size:cover ;border-radius:50% ;}
.scroll_horizontal .minus{right:-74px;background: url(../img/right.jpg) no-repeat; background-size:cover ;border-radius:50% ;opacity: 0.8;}
.scroll_horizontal .plus:hover,
.scroll_horizontal .minus:hover{opacity: 0.4;}


/*底部*/
.bottom-bj{
	width: 100%;
	height: 250px;
	background: #ededed;
}
.bottom{
	width: 1200px;
	height: 250px;
	margin: 0 auto;
}
.bottom .bot-nav li>a{
	text-decoration: none;
    color: white;
}
.bottom .bot-nav>li>a{
	font-weight: bold;
	color: #004097;
}
.bottom .bot-nav {
	padding:40px 0 0 0px ;
}
.bottom .bot-nav li{
	margin-bottom: 10px;

}
.bottom .bot-nav>li{
	float: left;
	margin-right: 30px;
}
.bottom>.bot-nav>li>ul{
	margin-top: 20px;
}
.bottom>.bot-nav>li>ul>li{
	margin-bottom: 10px;
	color: #818181;
}
.bottom>.bot-nav>li>ul>li>a:hover{

	color: #046f27;
}
.bottom>.bot-nav>li:last-child p{
	display: inline-block;
	width: 160px;
	font-size: 12px;
	color: white;
	margin-top: 10px;
}
/*版权脚部*/
.footer-beijing{
	width: 100%;
	height: 60px;
	background: #0c692b;
	text-align: center;
}
.footer{
	width: 1200px;
	height: 60px;
	margin: 0 auto;
	color: white;	
	font-size: 14px;
}
.footer p{
	padding-top:10px ;
}
.footer p a{
	color: white;
	text-decoration: none;
}
.footer p a:hover{
	color: #1aac4a;
}
.footer p span{
	padding-top:16px ;
}
/*关于我们*/
.cont-bj{
	width: 1200px;
	background: white;
	margin: 0 auto;
	margin-top: 10px;
	min-height:588px;
}
.cont-left{
	width: 200px;
	background: white;
	padding: 20px 10px 10px  20px;
	float: left;
	
}
.cont-left>p:first-child{
		color: #1aac4a;
		font-weight:bold ;
		font-size:24px ;
}
.cont-left>p:first-child img{
		width: 90px;
		height: 40px;
		padding-left: 5px ;
}
.cont-left>ul{
	margin-top: 44px;
}
.cont-left>ul>li a{
    text-decoration: none;
    font-size:20px;
    color:#014a84;  
    
}  
.cont-left>ul li{
	 height: 46px;
    margin-top: 18px;
    line-height: 46px;
	 background: #f4f4f4;
	 transition: all 0.5s linear;  
}
.cont-left>ul li:first-child{

}
.chana{
	background: #014a84 !important;
}
.chanb{
	color: white !important;
}
.cont-left>ul li:hover{
	background: #014a84;
	color: white;
}
.cont-left>ul li:hover a{
	color: white;
}
.cont-number>p:first-child{
	margin-top: 10px;
	font-size:20px ;
	font-weight:bold ;
	color: #ffffff;
	padding-bottom:5px ;
	background: #014a84;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.cont-number>p:last-child{
	margin-top: 0px;
	font-size:20px ;
	font-weight:bold ;
	color: #333333;
	height: 290px;
	background: #f4f4f4;
	text-align: center;
}
.cont-top{
	width: 100%;
	height: 50px;
	line-height:50px;
}
.cont-top ul img{
	height: 20px;
}
.cont-top>ul>li{
	float: left;
	list-style: none;
	font-size:18px ;
	color: #ffffff;
}
.ddabut{
	width: 1200px;
	margin: 0 auto;
	height: 94px;
}
.ddabut>ul>li{
	float: left;
	width: 550px;
}
.ddabut>ul>li:last-child>ul>li{
	float: left;
	width: 16%;
	line-height: 50px;
	text-align: center;
}
.ddabut>ul>li:last-child>ul>li>a{
	text-decoration: none;
	color: #3265ab;
}
.hover{
	background: #3265ab;
}
.ah{
	color: #ffffff !important;
}
.cont-top>ul>li>img{
	vertical-align: middle;
}
.cont-top>ul{
	float: left;
	    margin-left: 19%;
}
.cont-top-left{
	float: left;
}
.cont-top>ul>li>a{
	text-decoration: none;
	color: #ffffff;
}
.cont-top>ul>li>a:hover{
   color: #ffffff;
}
/*内页主体内容*/
.cont-middle{

}
.cont-middle .about-word{
	width: 1157px;
    margin-left: 18px;
    margin-top: 50px;
}
.cont-middle .about-word p{
	text-indent: 2em;
	margin-bottom: 10px;
	font-size:18px ;
	line-height: 2.2em;
	color: #777777;
}
.about-word p img{ max-width:100%;}
/*产品中心*/
.severs{
	position: relative;
	padding-bottom: 50px;
}
.severs-list>ul>li{
	float: left;
    text-align: center;
    margin-left: 20px;
    border: 1px solid #cfcfcf;
    height: 225px;
    width: 293px;
    padding-top: 15px;
    margin-top: 24px;
}
.severs-list>ul>li p{
	margin-top: 5px;
	font-size:16px;
	color: #5c5c5c;
}

.severs-list>ul>li img{
	width: 250px;
	height: 180px;
}
/*页数选择*/
.select-list{
	
}
.select-list>li{
	float: left;
	font-size:14px ;
	text-align: center;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	border: 1px solid darkgray;
	line-height:22px ;
	padding: 5px;
}
.select-list>li>a{
	text-decoration: none;
	color: #8a8888;
}
.select-list>li:hover{
	background: #22ac38;
	color: white;
	border: 1px solid #2878f0;
}
.select-list>li:hover a{
	color: white;
}
.select-list .next{
	width: 60px;
	height: 20px;
	line-height: 22px;
}
/*新闻资讯*/
.xinwen-list{
	margin:0 0 60px 40px;
	
}
.xinwen-list>ul:first-child>li{
	 border-bottom: 1px dashed #8d8d91;
	 height: 170px;
}
.xinwen-list>ul:first-child>li>ul>li img{
	width: 200px;
	height: 150px;
}
.xinwen-list>ul:first-child>li>ul>li{
	float: left;
	margin-right: 20px;
	padding: 8px;
}
.xinwen-list>ul:first-child>li>ul>li p{
	margin-bottom: 10px;
}
.xinwen-list>ul:first-child>li>ul>li p:first-child{  /*新闻标题*/
	color: #858585;
	font-weight:bold ;
}
.xinwen-list>ul:first-child>li>ul>li p:nth-child(2){  /*新闻时间*/
	color: #858585;
	font-size:10px ;
}
.xinwen-list>ul:first-child>li>ul>li p:nth-child(3){  /*新闻内容简要*/
	color: #858585;
	font-size:14px ;
	width:580px;
}
.xinwen-list>ul:first-child>li>ul>li p:nth-child(4) a{  /*新闻内容简要*/
	text-decoration: none;
	font-size:14px ;
	color: #858585;
}
.xinwen-list>ul:first-child>li>ul>li p:nth-child(4) a:hover{  /*新闻内容简要*/
	color: #858585;
}
/*产品详情*/
.chanpin-detail-list{
	margin:0 0 50px 40px;
}
.chanpin-detaill{
	width: 600px;
	margin: 0 auto;
	font-size: 14px;
}
.chanpin-detail img{
	width: 400px;
	height: 270px;
}
.chanpin-detail ul li {
	margin-bottom: 10px;
}
.chanpin-detail ul li span{
	color: #ffa311;
	font-size:30px ;
}
/*新闻详情*/
.xinwen-list-detail{
	margin:0 0 60px 40px;
}
.xinwen-list-detail>p{
	text-align: center;
	font-size:24px ;
	color: #434242;
}
.xinwen-list-detail>ul{
	margin: 5px auto;
	padding: 0 0 20px 320px;
	border-bottom:1px solid darkgray ;
}
.xinwen-list-detail>ul>li{
	float: left;
	font-size: 12px;
	color: #5a5a5a;
}
.xinwen-detail-word{                 /*新闻详情页*/
	margin: 20px auto;
	width: 680px;
	text-indent: 2em;
	font-size:14px ;
	color: #5a5a5a;
	line-height: 20px;
}
.xinwen-detail-word img{
	margin-top: 20px;
	width: 680px;
}

DIV.msdn {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; MARGIN: 3px; PADDING-TOP: 3px; text-align:right;
	}
DIV.msdn A {
	BORDER-RIGHT: #0090cf 1px solid; PADDING-RIGHT: 6px; BORDER-TOP: #0090cf 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 4px; MARGIN: 0px 3px; BORDER-LEFT: #0090cf 1px solid; COLOR: #0090cf; PADDING-TOP: 5px; BORDER-BOTTOM: #0090cf 1px solid; TEXT-DECORATION: none
}
DIV.msdn A:hover {
	BORDER-RIGHT: #0090cf 1px solid; BORDER-TOP: #0090cf 1px solid; BORDER-LEFT: #0090cf 1px solid; COLOR: #FFF; BORDER-BOTTOM: #0090cf 1px solid; BACKGROUND-COLOR: #0090cf
}
DIV.pagination A:active {
	BORDER-RIGHT: #0090cf 1px solid; BORDER-TOP: #0090cf 1px solid; BORDER-LEFT: #0090cf 1px solid; COLOR: #0090cf; BORDER-BOTTOM: #0090cf 1px solid; BACKGROUND-COLOR: #0090cf
}
DIV.msdn SPAN.current {
	BORDER-RIGHT: #0090cf 1px solid; PADDING-RIGHT: 6px; BORDER-TOP: #0090cf 1px solid; PADDING-LEFT: 5px;  PADDING-BOTTOM: 4px; MARGIN: 0px 3px; BORDER-LEFT: #0090cf 1px solid; COLOR: #444444; PADDING-TOP: 5px; BORDER-BOTTOM: #0090cf 1px solid;
}
DIV.msdn SPAN.disabled {
	BORDER-RIGHT: #0090cf 1px solid; PADDING-RIGHT: 6px; BORDER-TOP: #0090cf 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 4px; MARGIN: 0px 3px; BORDER-LEFT: #0090cf 1px solid; COLOR: #0090cf; PADDING-TOP: 5px; BORDER-BOTTOM: #0090cf 1px solid; TEXT-DECORATION: none
}

.lxwmabout{
	width: 1180px;
	margin: 40px auto;
	height: 180px;
	line-height: 120px;
	text-align: center;
}
.lxwmabout>ul>li{
	float: left;
	width: 23%;
	background: #f8f8f8;
	height: 180px;
	margin-left: 20px;
	color: #a0a0a0;
}

.lxwmabout>ul>li>p>img{
	width: 40px;
}